home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Leser 15
/
Amiga Plus Leser CD 15.iso
/
Tools
/
DruckerTreiber
/
Epson400
/
Install_Driver
< prev
next >
Wrap
Text File
|
2002-03-13
|
1KB
|
50 lines
. $VER: Install_Printer_Driver 2.5 (23/2/02)
. Peter Hutchison
. WB 2.x
If Not Exists c:RequestChoice
Copy Epson_Stylus_400#? Devs:Printers
Sys:Prefs/Printer
Sys:Prefs/PrinterGfx
Quit
Endif
. WB 3.x
RequestChoice >env:cpu "Select Processor version" "Which version of driver do you require?" "68000|68020|68040|Cancel"
If $CPU EQ "0"
Quit
endif
If $CPU EQ "1"
Copy Epson_Stylus_400.000 to t:Driver
Endif
IF $Cpu EQ "2"
Copy Epson_Stylus_400.020 to t:Driver
Endif
IF $Cpu EQ "3"
Copy Epson_Stylus_400.040 to t:Driver
Endif
Copy t:Driver to t:Epson_Stylus_300 Quiet
Copy t:Driver to t:Epson_Stylus_400 Quiet
Copy t:Driver to t:Epson_Stylus_440 Quiet
Copy t:Driver to t:Epson_Stylus_460 Quiet
Copy t:Driver to t:Epson_Stylus_480 Quiet
Copy t:Driver to t:Epson_Stylus_500 Quiet
Copy t:Driver to t:Epson_Stylus_C20 Quiet
Copy t:Driver to t:Epson_Stylus_C40 Quiet
If Exists C:RequestFile
RequestFile >env:Driver Drawer t: Pattern "Epson#?" Title "Select Driver" Noicons
Copy $Driver Devs:Printers quiet
Else
Copy T:Driver Devs:Printers/Epson_Stylus_400
Endif
Delete t:Driver t:Epson#? quiet
Delete sys:prefs/EpsonPrefs#? envarc:EpsonPrefs.prefs Quiet
RequestChoice >env:NewPref "Printer Prefs" "Do you wish to change Printer Prefs?" "Yes|No"
If $NewPref EQ "1"
sys:prefs/printer
Endif
RequestChoice >env:NewPref "PrinterGfx Prefs" "Do you wish to change PrinterGfx Prefs?" "Yes|No"
If $NewPref EQ "1"
sys:prefs/printergfx
Endif